home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00039.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  112 b   |  11 lines

  1. on mouseUp
  2.   global ship
  3.   if ship = 1 then
  4.     go("dra1")
  5.     exit
  6.   else
  7.     go("dra2")
  8.     exit
  9.   end if
  10. end
  11.